Global Index
HTML5 JS API Index > CSS Object Model Tutorials & Specs

CSSMarginRule

Extends CSSRule.

The CSSMarginRule interface represents a margin at-rule (e.g. @top-left) in an @page at-rule. [CSSPAGE]

Properties
DOMString
name
The name attribute must return the name of the margin at-rule. The @ character is not included in the name. [CSSSYNTAX]
CSSStyleDeclarationstyle